home *** CD-ROM | disk | FTP | other *** search
- /* graphics:
- macintosh interfaces
- by Cary Clark, Georgiann Delaney, Michael Fairman, Dave Good, Robert Johnson, Keith McGreggor, Oliver Steele, David Van Brink, Chris Yerga
- Copyright 1987 - 1991 Apple Computer, Inc. All rights reserved. */
-
-
- #ifndef graphicsMacintoshIncludes
- #define graphicsMacintoshIncludes
-
- #ifndef memoryTypesIncludes
- #include "memory types.h"
- #endif
-
- #define gestaltGraphicsVersion 'grfx' /* gestalt version selector */
- #define gestaltCurrentGraphicsVersion 0x00000010 /* the version described by these headers */
-
- #define gestaltGraphicsAttr 'gfxa' /* gestalt attributes selector */
- #define gestaltGraphicsIsDebugging 0
- #define gestaltGraphicsIsLoaded 1
-
- #ifdef appleInternal
- #define GXInlineCode(x)
- #endif
- #ifndef GXInlineCode
- #define GXInlineCode(x) = {0x303C, x, 0xA832}
- #endif
-
- void SetConcurrentSemaphores(long refCon, void (*beginCritical)(long refCon), void (*endCritical)(long refCon)) GXInlineCode(0x203A);
-
- #undef GXInlineCode
- #endif
-